tools/ocaml: Remove log library from tools/ocaml/libs
authorJon Ludlam <jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:41:16 +0000 (16:41 +0100)
committerJon Ludlam <jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:41:16 +0000 (16:41 +0100)
commitc69fddbd5dfa3004aaf2d0f2dde00c9ec3dd6d5d
tree026fb9ddfbfe1cfdf8273b1a26b0806387a2d826
parentcc3739d41c4b4536e88c07256df3e89d41f5816f
tools/ocaml: Remove log library from tools/ocaml/libs

The only user was oxenstored, which has had the relevant bits
merged in.

Signed-off-by: Zheng Li <zheng.li@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
Acked-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
23 files changed:
tools/ocaml/libs/Makefile
tools/ocaml/libs/log/META.in [deleted file]
tools/ocaml/libs/log/Makefile [deleted file]
tools/ocaml/libs/log/log.ml [deleted file]
tools/ocaml/libs/log/log.mli [deleted file]
tools/ocaml/libs/log/logs.ml [deleted file]
tools/ocaml/libs/log/logs.mli [deleted file]
tools/ocaml/libs/log/syslog.ml [deleted file]
tools/ocaml/libs/log/syslog.mli [deleted file]
tools/ocaml/libs/log/syslog_stubs.c [deleted file]
tools/ocaml/xenstored/Makefile
tools/ocaml/xenstored/connection.ml
tools/ocaml/xenstored/connections.ml
tools/ocaml/xenstored/disk.ml
tools/ocaml/xenstored/domain.ml
tools/ocaml/xenstored/domains.ml
tools/ocaml/xenstored/logging.ml
tools/ocaml/xenstored/perms.ml
tools/ocaml/xenstored/process.ml
tools/ocaml/xenstored/quota.ml
tools/ocaml/xenstored/store.ml
tools/ocaml/xenstored/xenstored.conf
tools/ocaml/xenstored/xenstored.ml